From: Luc Teirlinck Date: Sun, 13 Jun 2004 21:28:38 +0000 (+0000) Subject: (before-save-hook): Add `time-stamp' to the options. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22001 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=fa1d102c93bfad3322af91a07e847762fc035d5c;p=emacs.git (before-save-hook): Add `time-stamp' to the options. --- diff --git a/lisp/files.el b/lisp/files.el index 4ee6da4e544..dc84c79df84 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3024,7 +3024,7 @@ the last real save, but optional arg FORCE non-nil means delete anyway." (defcustom before-save-hook nil "Normal hook that is run before a buffer is saved to its file." - :options '(copyright-update) + :options '(copyright-update time-stamp) :type 'hook :group 'files)